HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/surface/container/backup_restore/restores/list.yaml
- release_tracks: [ALPHA, BETA]

  help_text:
    brief: List restores.
    description: |
      List Backup for GKE restores.

      ## EXAMPLES

      To list all restores in project 'my-project' in location 'us-central1', run:

        $ {command} --project=my-project --location=us-central1

      To list all restores in project 'my-project' across all locations, run:

        $ {command} --project=my-project

  request:
    collection: gkebackup.projects.locations.restorePlans.restores
    api_version: v1

  response:
    id_field: name

  arguments:
    resource:
      help_text: |
        Name of the location from which to list restores (provided via options or through
        properties):
        `--project=<project> --location=<location> --restore-plan=<restore-plan>`.
      spec: !REF googlecloudsdk.command_lib.container.backup_restore.resources:default_restore_plan

  output:
    format: |
      table(
        name.basename():label=NAME,
        name.segment(3):label=LOCATION,
        name.segment(5):label=RESTORE_PLAN,
        backup.basename(),
        createTime.date('%Y-%m-%dT%H:%M:%S %Z', tz=LOCAL),
        completeTime.date('%Y-%m-%dT%H:%M:%S %Z', tz=LOCAL),
        state
      )